home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / online / ibrowse_plugins / openurl / developer / fd / openurl_lib.fd
Text File  |  2004-08-03  |  487b  |  22 lines

  1. *
  2. * FD file for openurl.library
  3. *
  4. ##base _OpenURLBase
  5. ##bias 30
  6. ##public
  7. URL_OpenA(url,tags)(a0/a1)
  8. URL_OldGetPrefs()()
  9. URL_OldFreePrefs(up)(a0)
  10. URL_OldSetPrefs(up, permanent)(a0/d0)
  11. *--- functions in V2 or higher ---
  12. URL_OldGetDefaultPrefs()()
  13. *--- functions in V3 or higher ---
  14. URL_OldLaunchPrefsApp()()
  15. DoFunction(rxmsg)(a0)
  16. *--- functions in V4 or higher ---
  17. URL_GetPrefsA(tags)(a0)
  18. URL_FreePrefsA(prefs,tags)(a0,a1)
  19. URL_SetPrefsA(up,tags)(a0,a1)
  20. URL_LaunchPrefsAppA(tags)(a0)
  21. ##end
  22.